projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3f4f31
)
mx31ads: Remove dram_init_banksize()
author
Fabio Estevam
<
[email protected]
>
Thu, 22 Sep 2011 08:07:12 +0000
(08:07 +0000)
committer
Albert ARIBAUD
<
[email protected]
>
Fri, 30 Sep 2011 20:01:03 +0000
(22:01 +0200)
As only one RAM bank is used we can rely on the code from arch/arm/lib/board.c
Signed-off-by: Fabio Estevam <
[email protected]
>
board/freescale/mx31ads/mx31ads.c
patch
|
blob
|
history
diff --git
a/board/freescale/mx31ads/mx31ads.c
b/board/freescale/mx31ads/mx31ads.c
index 7637c9281c7973a2dd8aea0077d645518e31749c..4d99f491b7b50a52dc857171405541913cd2bbf1 100644
(file)
--- a/
board/freescale/mx31ads/mx31ads.c
+++ b/
board/freescale/mx31ads/mx31ads.c
@@
-36,12
+36,6
@@
int dram_init(void)
return 0;
}
-void dram_init_banksize(void)
-{
- gd->bd->bi_dram[0].start = PHYS_SDRAM_1;
- gd->bd->bi_dram[0].size = PHYS_SDRAM_1_SIZE;
-}
-
int board_early_init_f(void)
{
int i;